../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(80,19): Error: cannot take address of local `chunkheader` in `@safe` function `load_rle_data` ../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(136,21): Error: cannot take address of local `tmp` in `@safe` function `unload_rle_data` ../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(172,18): Error: cannot take address of local `header` in `@safe` function `read_tga_file` ../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(213,20): Error: cannot take address of local `header` in `@safe` function `write_tga_file` ../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(306,10): Error: `this._data.ptr` cannot be used in `@safe` code, use `&this._data[0]` instead ../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(306,43): Error: `c.bgra.ptr` cannot be used in `@safe` code, use `&c.bgra[0]` instead ../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(314,10): Error: `this._data.ptr` cannot be used in `@safe` code, use `&this._data[0]` instead ../5b9ab1bedb9dc65e5c88b877-utga/source/utga.d(314,43): Error: `c.bgra.ptr` cannot be used in `@safe` code, use `&c.bgra[0]` instead /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.